IIKO_Standard_Object Interface
Represents a generic runtime software object in memory. Often used as a handle
from which more specific interfaces can be quiried
See also Interface List
HRESULT GetTypeName(BSTR* name)
Parameters
name -[out] the returned actual type of the object
- Remarks:
Returns the actual type of the object
HRESULT Replicate(IKO_Standard_Object** newCopy)
Parameters
newCopy -[out] the returned new copy of this object
- Remarks:
Creates a new copy of this object
HRESULT Copy(IKO_Standard_Object* other)
Copies all attributes of other into this object
|